html, body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    font-family: Arial, sans-serif;
    background: #fff;
    color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: none!important;
    font-size:18px;
}
.coming-soon {
    max-width: 600px;
}
.coming-soon img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}
a {
    color: grey;
    text-decoration: none;
}

#error-page{
  margin-top: 0px!important;
}

 h1{
  font-size:26px!important;
  font-weight: 400!important;
}

h2{
  font-size:20px;
  font-weight:400;
}
